github.com/hyperion-hyn/go-ethereum@v2.4.0+incompatible/docs/Getting Started/genesis.md (about)

     1  ``` json
     2  {
     3    "alloc": {
     4      "0xed9d02e382b34818e88b88a309c7fe71e65f419d": {
     5        "balance": "1000000000000000000000000000"
     6      },
     7      "0xca843569e3427144cead5e4d5999a3d0ccf92b8e": {
     8        "balance": "1000000000000000000000000000"
     9      },
    10      "0x0fbdc686b912d7722dc86510934589e0aaf3b55a": {
    11        "balance": "1000000000000000000000000000"
    12      },
    13      "0x9186eb3d20cbd1f5f992a950d808c4495153abd5": {
    14        "balance": "1000000000000000000000000000"
    15      },
    16      "0x0638e1574728b6d862dd5d3a3e0942c3be47d996": {
    17        "balance": "1000000000000000000000000000"
    18      }
    19    },
    20    "coinbase": "0x0000000000000000000000000000000000000000",
    21    "config": {
    22      "homesteadBlock": 0,
    23      "byzantiumBlock": 0,
    24      "chainId": 10,
    25      "eip150Block": 0,
    26      "eip155Block": 0,
    27      "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    28      "eip158Block": 0,
    29      "isQuorum": true
    30    },
    31    "difficulty": "0x0",
    32    "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000",
    33    "gasLimit": "0xE0000000",
    34    "mixhash": "0x00000000000000000000000000000000000000647572616c65787365646c6578",
    35    "nonce": "0x0",
    36    "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    37    "timestamp": "0x00"
    38  }
    39  ```